projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
563a7fc
)
Add EXFUN for Fwindow_full_width_p.
author
Martin Rudalics
<rudalics@gmx.at>
Mon, 6 Aug 2007 06:45:48 +0000
(06:45 +0000)
committer
Martin Rudalics
<rudalics@gmx.at>
Mon, 6 Aug 2007 06:45:48 +0000
(06:45 +0000)
src/window.h
patch
|
blob
|
history
diff --git
a/src/window.h
b/src/window.h
index 7fc974487573031d8c6a62b3e673a91c718e49b1..a5c1f34a0cebb07e63e4c87394611bce9467daa9 100644
(file)
--- a/
src/window.h
+++ b/
src/window.h
@@
-777,6
+777,7
@@
extern Lisp_Object window_from_coordinates P_ ((struct frame *, int, int,
EXFUN (Fwindow_dedicated_p, 1);
extern int window_height P_ ((Lisp_Object));
extern int window_width P_ ((Lisp_Object));
+EXFUN (Fwindow_full_width_p, 1);
extern void set_window_height P_ ((Lisp_Object, int, int));
extern void set_window_width P_ ((Lisp_Object, int, int));
extern void change_window_heights P_ ((Lisp_Object, int));